You are doing it wrong!

December 8, 2009 · 135 views · 0 comments

You are doing it wrong!
taken by : Dedric Mauriac
on Woodbridge (9, 5, 99)
blogHUD!
Logs Delete All Delete Debug Info Warn Error Id 9048 9049 9050 9051 9053 9054 9055 9056 9057 Logger /var/www/log4php/delete.php /var/www/log4php/insert.php /var/www/log4php/insert.php /var/www/log4php/insert.php log4php.insert log4php.insert /var/www/log4php/insert.php /var/www/log4php/insert.php /var/www/log4php/insert.php Message Specific logs deleted: 9647 This is a debug log This is an info log This is a warn log This is an error log This is a fatal log This is a debug log This is an info log This is an error log

About

I was continuing my adventures with JQuery UI, and then came to the realization that I was doing something ... stupid. I was transforming data into HTML to determine which icon to display, and then sending it to the client. With the ability to process columns as they are bound on the flexigrid, I was able to bring that transformation to the client-side. This not only helps processing power (very, very minimal), but it aslo helps reduce the overall bandwidth. I shaved off about 64 characters for each row. With a rowset of 10 items, that's about 640 bytes in each request. Not too much, but you can start to see how it adds up with each page request. From Dedric Mauriac via bloghud.com